home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / p / pov / povlisti.ngs / wormblb3.pov < prev    next >
Encoding:
Text File  |  1992-06-20  |  1.7 KB  |  44 lines

  1. #include "colors.inc"
  2. camera {
  3.     location  <0 0 -20>
  4.     direction <0 0 2>
  5.     up <0 1 0>
  6.     right <1.3333 0 0>
  7.     look_at <0 0 0>
  8. }
  9.  
  10. object { light_source { <-15 100 -150> color red 1 green 1 blue 1}}
  11.  
  12. #declare Density = 0.25
  13. object {
  14.     blob {
  15.         threshold 0.25
  16.         component Density 2.00000 < -1.50000 0.75000 0.00000 >
  17.         component Density 2.00000 < -1.25000 0.25000 0.00000 >
  18.         component Density 2.00000 < -0.75000 -0.75000 0.00000 >
  19.         component Density 2.00000 < -0.25000 -1.75000 0.00000 >
  20.         component Density 2.00000 < 0.50000 -2.25000 0.00000 >
  21.         component Density 2.00000 < 1.50000 -2.25000 0.00000 >
  22.         component Density 2.00000 < 2.75000 -1.75000 0.00000 >
  23.         component Density 2.00000 < 3.75000 -2.25000 0.50000 >
  24.         component Density 2.00000 < 3.75000 -2.75000 1.25000 >
  25.         component Density 2.00000 < 3.75000 -3.25000 2.25000 >
  26.         component Density 2.00000 < 3.75000 -4.50000 2.25000 >
  27.         component Density 2.00000 < 3.75000 -5.50000 1.75000 >
  28.         component Density 2.00000 < 2.75000 -5.75000 -3.75000 >
  29.         component Density 2.00000 < 1.25000 -6.00000 -3.75000 >
  30.         component Density 2.00000 < -0.50000 -6.25000 -3.75000 >
  31.         component Density 2.00000 < -1.75000 -5.00000 -3.75000 >
  32.         component Density 2.00000 < -2.75000 -3.75000 -3.75000 >
  33.         component Density 2.00000 < -4.00000 -3.75000 -3.75000 >
  34.         component Density 2.00000 < -5.25000 -4.25000 -3.75000 >
  35.         component Density 2.00000 < -6.00000 -5.00000 -3.75000 >
  36.     sturm
  37.     }
  38.     texture {
  39.         specular 1
  40.         roughness 0.005
  41.         color Flesh
  42.     }
  43. }
  44.